body{	
	background-color:pink;
	background:url(../backgrounds/bkg2024-m.jpg);
	background-attachment: fixed;
	background-position: 0, 0;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0em;	
}

iframe {
	border:0;
} 

.container-fluid {
	font-size:1.0em;
	font-family:arial, sans-serif;
	color:#000;	
}


.container-body{
	margin-top:0.0em;
	font-size:1.5em;
	font-family:arial, sans-serif;
	color:purple;	
	text-align:justify;
	margin-bottom: 2.0em;
	border:0px solid black;
}

#submenu a {
	font-size:0.8em;
	font-family:arial, sans-serif;
	color:#fff;	
	text-align:left;
}

.page-title {
	margin-top:1.5em;
	font-family: 'Emilys Candy', cursive;
	font-size: 2.0em;
	color: #fff !important;
	text-align:center;
	 text-shadow: 2px 2px 2px #000 !important;
}

.text{	
	font-family:arial, sans-serif;
	font-size:1.0em;
    	color:#fff;
	text-shadow: 2px 2px 2px #000; 
    	text-align:justify;
}


.costag {
		
	text-align:justify;
	margin-bottom: 1.0em;
	
}



.main-content {
	margin-top:0em;
}
	

.button-special {
	padding:0px, 0px;
	line-height:1;
	background: -webkit-linear-gradient(#d6afe9, #fcd4f4);
	border:1px solid gray;
	border-radius:5%;    
}

#footer {border:0px solid red;	
    background:purple;
    position: fixed;
    line-height:1;
    bottom: 0px;
    width: 100%;
    font-family:arial, sans-serif;
    color:#fff;
    text-align:center;
}

#footer a {
	font-family:arial, sans-serif;
    color:#fff;
}





#newTopBtn {
  display: true;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: purple;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#newTopBtn:hover {
  background-color: rgba(0,0,0,0.3);
}